header{
    height: 90px;
}
#scroll_frontpage{
    position: relative;
    width: 1062px;
    height: 1000px;
    overflow: hidden;
    z-index: 997;
    background-color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}
#big_logo{
    width: 195px;
    height: 132px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    opacity: 0;
}
/*main*/
main{
    top: 120px;
}
#filter{
    padding-top: 6px;
    width: 1062px;
    background-color: white;
    position: fixed;
    top: 80px;
    z-index: 996;
    opacity: 1;
    margin-top: 5px;
    z-index: 3000;
}
span#dash.filter{
    margin-right: 12px;
    display: none;
}
button{
    display: inline-block;
    background: none;
    border: 0;
    font-family: 'Quicksand';
    font-weight: 300;
    font-size: 14px;
    line-height: 50%;
    padding: .5em 1em;
    margin-left: -14px;
    cursor: pointer;
    outline: 0 none;
}
button.filter.active{
    text-decoration: underline;
}
button.filter:hover{
    text-decoration: underline;
}
#search{
    width:20px;
    height:20px;
    float:right;
    margin-right:10px;
    margin-top: -25px;
    cursor: pointer;
}
input[type=text] {
    font-family: 'Myriad Pro';
    font-weight: 300;
    font-size: 14px;
    border: none;
    border-width: 0px;
    -webkit-appearance: none;
    width:100%;
    border-bottom: #e2e2e2 3px solid;
    padding-top: 10px;
}
input:focus {
    outline:none !important;
    }
#search_bar{
    display: none;
}

.container .mix{
/*  width: 32.7%;
  margin: 0 0 1%;
  vertical-align: top;*/

  margin: 0 0 3.5%;
  text-align: left;
  display: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 50% 0;
  transform: translateZ(0); /*very important! fix the hover bug in chrome*/
}
.container{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
  padding-bottom: 100px;
  opacity: 1;
  margin-top: -20px;
}
/*IE8、IE9、IE10*/
@media screen\0 {
    .container {
        padding-bottom: 200px;
        padding-top: 35px;
    }
}

.mix{
    width:100%;
    height:100%;
}
img.project_cover{
    width:100%;
    height:100%;
}
/*test*/
figure {
    margin: 0;
    position: relative;
}
figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
figcaption {
    position: absolute;
    top: 0;
    left: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
    color: black;
    color: none;
    width: 100%;
    height:100%;
    opacity: 0;
    transition: padding-top 1s;
    margin-bottom: 0px;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

figcaption h3 {
    margin: 0 auto;
    padding: 0;
    color: black;
    text-decoration: underline;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    width: 300px;
    letter-spacing: 1px;
}

figcaption:hover {
    opacity: 0.8;
}
span.hover_text {
  color: black;
  cursor: pointer;
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

span.hover_text span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.hover_filter{
    margin-top: 10px;
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 14px;
}
/*test*/

@media screen and (min-width: 873px) and (max-width: 1200px) {
      header{
          width:95%;
          margin-left: -47.5%;
      }
      #filter{
          width:95%;
      }
      body{
          width:95%;
      }
/*      .container .mix{
        width: 49%;
      }*/
      .container{
          -webkit-column-count:2;
          -moz-column-count:2;
          column-count:2;
      }
      .page_title{
          display: none;
      }
      .back{
          display: none;
      }
      div.arrow_c{
          display: none;
      }
      footer{
          width:95%;
          margin-left: -47.5%;
      }
}
@media screen and (min-width: 320px) and (max-width: 872px) {
      header{
          width:95%;
          margin-left: -47.5%;
      }
      #menu_bg{
          width:100%;
          height: 100%;
          margin-left: -50%;
          margin-top: -1.4%;
      }
      #filter{
          width: 95%;
      }
      div#search_c{
          display: none;
      }
      body{
          width:95%;
      }
/*      .container .mix{
        width: 100%;
      }*/
      .container{
          -webkit-column-count:1;
          -moz-column-count:1;
          column-count:1;
      }
      .page_title{
          display: none;
      }
      .back{
          display: none;
      }
      div.arrow_c{
          display: none;
      }
      footer{
          width:95%;
          margin-left: -47.5%;
      }
      div#address_container{
          margin-top: 0px;
      }
      div#cc{
          display: none;
      }
      div#cc_mobile{
          display: block;
          margin-top: 320px;
          margin-left: 240px;
          font-size: 12px;
      }
      #china{
          margin-left:0px;
          float: right;
      }
      #Taiwan{
          margin-top: 30px;
          float: right;
      }
      #fb{
          margin-top: 165px;
          margin-right: -155px;
      }
}
@media screen and (max-width: 600px) {
      div#address_container{
          margin-top: -60px;
      }
}
@media screen and (max-width: 319px){
      header{
          width:95%;
          margin-left: -47.5%;
      }
      #filter{
          width:95%;
      }
      body{
          width:95%;
      }
/*      .container .mix{
        width: 100%;
      }*/
      .container{
          -webkit-column-count:1;
          -moz-column-count:1;
          column-count:1;
      }
}
